home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Resources / Online / Term / Extras / Source / term-source.lha / Glue / LT_RebuildTags.asm < prev    next >
Assembly Source File  |  1996-10-20  |  296b  |  16 lines

  1. *** DO NOT EDIT: FILE BUILT AUTOMATICALLY
  2. *** LT_RebuildTags ram interface
  3.     XREF    _GTLayoutBase
  4.     SECTION    gtlayout,code
  5.     XDEF    _LT_RebuildTags
  6. _LT_RebuildTags:
  7.         move.l    a6,-(sp)
  8.         move.l    _GTLayoutBase,a6
  9.         lea    8(sp),a1
  10.         move.l    (a1)+,a0
  11.         move.l    (a1)+,d0
  12.         jsr    -210(a6)
  13.         move.l    (sp)+,a6
  14.         rts
  15.     END
  16.